Read-Only
Returns a FolderItem for the actual executable application even if it is in a bundle. Use the properties and methods of the FolderItem class to get/set attributes of the executable file and/or perform operations.
Syntax |
|---|
|
ExecutableFile( FolderItem ) as |
Parameters |
|
|---|---|
|
FolderItem |
|
Notes
For example:
app.ExecutableFile.AbsolutePath
gets the full path to the executable.
app.ExecutableFile.CreationDate
gets the date/time the executable was created.